home *** CD-ROM | disk | FTP | other *** search
/ PC Team 23 / HS_Tuning.iso / Optimisation / TuneUP Utilities 2003 / setup.exe / ProcessManager.exe / RCDATA / TFRMOPENFILESPROGRESS / TFRMOPENFILESPROGRESS.txt
Encoding:
Text File  |  2003-06-01  |  931 b   |  48 lines

  1. object frmOpenFilesProgress: TfrmOpenFilesProgress
  2.   Left = 564
  3.   Top = 785
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Open Files'
  7.   ClientHeight = 73
  8.   ClientWidth = 284
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblPercent: TLabel
  22.     Left = 247
  23.     Top = 16
  24.     Width = 17
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = '0%'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 16
  32.     Width = 145
  33.     Height = 13
  34.     Caption = 'Identifying open files...'
  35.   end
  36.   object ProgressBar: TProgressBar
  37.     Left = 16
  38.     Top = 32
  39.     Width = 249
  40.     Height = 16
  41.     Min = 0
  42.     Max = 100
  43.     Position = 33
  44.     Smooth = True
  45.     TabOrder = 0
  46.   end
  47. end
  48.